home *** CD-ROM | disk | FTP | other *** search
/ Programming Sound Cards / Programming Sound Cards.iso / sound_53 / direct.h next >
Text File  |  1995-01-01  |  328b  |  26 lines

  1. /*
  2.  *
  3.  *            Direct Header(v1.3)
  4.  *
  5.  *             Engineered by Joel Lucsy
  6.  *
  7.  *
  8.  */
  9.  
  10. #define SBOK    0
  11.  
  12. /* SB direct access functions, driver independent */
  13.  
  14. int read_data(void);
  15.  
  16. void write_data(int __dat);
  17.  
  18. void speaker_on(void);
  19.  
  20. void speaker_off(void);
  21.  
  22. int reset_dsp(void);
  23.  
  24. void asmdelay(int __delay);
  25.  
  26.